home *** CD-ROM | disk | FTP | other *** search
- IFND SERVICESBASE_I
- SERVICESBASE_I SET 1
-
- ;-----------------------------------------------------------------------
-
- INCLUDE "exec/types.i"
- INCLUDE "exec/libraries.i"
- INCLUDE "exec/lists.i"
- INCLUDE "exec/semaphores.i"
- INCLUDE "utility/tagitem.i"
-
- ;-----------------------------------------------------------------------
-
- STRUCTURE TKSSvc,LIB_SIZE
- ULONG TKS_DOSBase
- ULONG TKS_NIPCBase
- ULONG TKS_SysBase
- ULONG TKS_UtilityBase
- ULONG TKS_Entity
- ULONG TKS_SegList
-
- STRUCT TKS_OpenLock,SS_SIZE
-
- LABEL TKSSvc_SIZEOF
-
- ;-----------------------------------------------------------------------
-
- LIBINIT
-
- LIBDEF _LVOStartServce
-
- ;---------------------------------------------------------------------------
-
- CALL MACRO <Function_Name>
- xref _LVO\1
- jsr _LVO\1(A6)
- ENDM
-
- ;---------------------------------------------------------------------------
-
- GO MACRO <Function_Name>
- xref _LVO\1
- jmp _LVO\1(A6)
- ENDM
-
- ;---------------------------------------------------------------------------
-
- ENDC ; SERVICESBASE_I
-